projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134099b
)
; * lisp/select.el (select-enable-primary): Add missing period.
author
Philipp Stephani
<phst@google.com>
Sun, 29 Oct 2017 16:32:35 +0000
(17:32 +0100)
committer
Philipp Stephani
<phst@google.com>
Sun, 29 Oct 2017 16:32:35 +0000
(17:32 +0100)
lisp/select.el
patch
|
blob
|
history
diff --git
a/lisp/select.el
b/lisp/select.el
index d950d705934e2e4e230a6f29f29463ba429b16da..54acb5292e6850885e6f8fa208eb61070bada5cb 100644
(file)
--- a/
lisp/select.el
+++ b/
lisp/select.el
@@
-98,7
+98,7
@@
if applicable (i.e. under X11)."
'select-enable-clipboard "25.1")
(defcustom select-enable-primary nil
- "Non-nil means cutting and pasting uses the primary selection
+ "Non-nil means cutting and pasting uses the primary selection
.
The existence of a primary selection depends on the underlying GUI you use.
E.g. it doesn't exist under MS-Windows."
:type 'boolean